fix
This commit is contained in:
parent
99cb43fca2
commit
a1bd9211bc
@ -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 =
|
||||
|
@ -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
4
src/pbrAyctCore/core.py
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
def getTestString() -> str:
|
||||
return "All You Can Tweet"
|
Loading…
Reference in New Issue
Block a user