diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:51:53 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:51:53 +0200 |
| commit | d61eb48cf8077121e823ba550a001674a0409c83 (patch) | |
| tree | 47bff8d15f58b1f2335b0a3b05155798bf37ce74 /esds | |
| parent | 1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 (diff) | |
Create entry point
Diffstat (limited to 'esds')
| -rw-r--r-- | esds/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esds/__init__.py b/esds/__init__.py index 4ef2e06..9913200 100644 --- a/esds/__init__.py +++ b/esds/__init__.py @@ -3,4 +3,5 @@ __version__ = "0.0.1" from esds.simulator import Simulator from esds.rcode import RCode +from esds.__main__ import main |
