We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pydifact/__init__.py
1 parent f5b34b0 commit cfb8228Copy full SHA for cfb8228
pydifact/__init__.py
@@ -31,6 +31,22 @@
31
from .token import Token
32
from .tokenizer import Tokenizer
33
34
+__all__ = [
35
+ "__version__",
36
+ "Characters",
37
+ "Parser",
38
+ "parser",
39
+ "Segment",
40
+ "segmentcollection",
41
+ "segments",
42
+ "Serializer",
43
+ "serializer",
44
+ "Token",
45
+ "token",
46
+ "Tokenizer",
47
+ "tokenizer",
48
+]
49
+
50
# up-to-date information for newest standard
51
# https://www.unece.org/tradewelcome/un-centre-for-trade-facilitation-and-e-business-uncefact/outputs/standards/unedifact/directories/2011-present.html
52
0 commit comments