initial
This commit is contained in:
7
BaseLib/BaseDaemon.py
Normal file
7
BaseLib/BaseDaemon.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.core.management import BaseCommand
|
||||
|
||||
from BaseLib.BaseEntity import BaseEntity
|
||||
|
||||
|
||||
class BaseDaemon(BaseCommand, BaseEntity):
|
||||
...
|
Reference in New Issue
Block a user