First update towards cpl2
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1,26 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
discord-bot
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
|
||||
:copyright: (c)
|
||||
:license:
|
||||
|
||||
"""
|
||||
|
||||
__title__ = "discord_bot"
|
||||
__author__ = ""
|
||||
__license__ = ""
|
||||
__copyright__ = "Copyright (c) "
|
||||
__version__ = "0.0.0"
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
# imports:
|
||||
|
||||
VersionInfo = namedtuple("VersionInfo", "major minor micro")
|
||||
version_info = VersionInfo(major="0", minor="0", micro="0")
|
||||
|
||||
@@ -1,26 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
discord-bot
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
|
||||
:copyright: (c)
|
||||
:license:
|
||||
|
||||
"""
|
||||
|
||||
__title__ = "modules.hello_world"
|
||||
__author__ = ""
|
||||
__license__ = ""
|
||||
__copyright__ = "Copyright (c) "
|
||||
__version__ = "0.0.0"
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
# imports:
|
||||
|
||||
VersionInfo = namedtuple("VersionInfo", "major minor micro")
|
||||
version_info = VersionInfo(major="0", minor="0", micro="0")
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports
|
||||
|
||||
@@ -1,26 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
general sh-edraft Common Python library
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
sh-edraft Common Python library
|
||||
|
||||
:copyright: (c) 2020 - 2021 sh-edraft.de
|
||||
:license: MIT, see LICENSE for more details.
|
||||
|
||||
"""
|
||||
|
||||
__title__ = "general.arguments"
|
||||
__author__ = "Sven Heidemann"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright (c) 2020 - 2021 sh-edraft.de"
|
||||
__version__ = "2021.4.1"
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
# imports:
|
||||
|
||||
VersionInfo = namedtuple("VersionInfo", "major minor micro")
|
||||
version_info = VersionInfo(major="2021", minor="04", micro="01")
|
||||
|
||||
@@ -1,26 +1 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
general sh-edraft Common Python library
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
sh-edraft Common Python library
|
||||
|
||||
:copyright: (c) 2020 - 2021 sh-edraft.de
|
||||
:license: MIT, see LICENSE for more details.
|
||||
|
||||
"""
|
||||
|
||||
__title__ = "general.db"
|
||||
__author__ = "Sven Heidemann"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright (c) 2020 - 2021 sh-edraft.de"
|
||||
__version__ = "2021.4.1"
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
# imports:
|
||||
|
||||
VersionInfo = namedtuple("VersionInfo", "major minor micro")
|
||||
version_info = VersionInfo(major="2021", minor="04", micro="01")
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# imports:
|
||||
|
||||
Reference in New Issue
Block a user