First update towards cpl2
Some checks failed
Build on push / prepare (push) Failing after 6s
Build on push / build (push) Has been skipped

This commit is contained in:
2025-09-15 15:02:47 +02:00
parent c1e65bf0dc
commit 2d2bb86720
289 changed files with 259 additions and 9353 deletions

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -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")

View File

@@ -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")

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports

View File

@@ -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")

View File

@@ -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")

View File

@@ -1 +0,0 @@
# imports

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports:

View File

@@ -1 +0,0 @@
# imports: