Migrate from Pipenv to Poetry

This commit is contained in:
Christophe Mehay 2020-05-09 15:28:19 +02:00
parent dddf9979db
commit caf94bc54d
14 changed files with 1109 additions and 504 deletions

5
onions/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .Onions import main
from .Onions import Onions
from .Service import Ports
from .Service import Service
from .Service import ServicesGroup