mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
7 lines
111 B
Python
7 lines
111 B
Python
__version__ = "1.0.0"
|
|
__author__ = "mteriier, dgaillet"
|
|
|
|
from .Parsing import DataMaze
|
|
|
|
__all__ = ["DataMaze"]
|