mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add ABC
This commit is contained in:
parent
e61ffb4b5b
commit
c7d7231959
3 changed files with 7 additions and 5 deletions
|
|
@ -16,13 +16,14 @@
|
|||
"""
|
||||
import logging
|
||||
import time
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
from boswatch import wildcard
|
||||
|
||||
logging.debug("- %s loaded", __name__)
|
||||
|
||||
|
||||
class ModuleBase:
|
||||
class ModuleBase(ABC):
|
||||
"""!Main module class"""
|
||||
|
||||
_modulesActive = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue