This commit is contained in:
wangobango 2021-11-21 13:28:00 +01:00
parent 99cb43fca2
commit a1bd9211bc
4 changed files with 6 additions and 11 deletions

View File

@ -1,10 +1,10 @@
[metadata]
name = pbr-ayct-core
name = pbrAyctCore
version = 0.0.1
author = Ramon Dyzman
author_email = ramon.dyzman@gmail.com
description = A small example package
long_description = file: README.md
long_description = file: readme.md
long_description_content_type = text/markdown
url = https://git.wmi.amu.edu.pl/s415366/pbr-ayct-core
project_urls =

View File

@ -1,9 +0,0 @@
class Main:
def __init__(self) -> None:
pass
def getTestString(var1: str) -> str:
return "All You Can Tweet"

4
src/pbrAyctCore/core.py Normal file
View File

@ -0,0 +1,4 @@
def getTestString() -> str:
return "All You Can Tweet"