x
This commit is contained in:
7
app/_typing/__init__.py
Normal file
7
app/_typing/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
from typing import TypeVar
|
||||
import numpy as np
|
||||
from jaxtyping import Float, Int, Bool, Num
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
NDArray = np.ndarray
|
||||
0
app/utils/__init__.py
Normal file
0
app/utils/__init__.py
Normal file
6
hello.py
6
hello.py
@ -1,6 +0,0 @@
|
||||
def main():
|
||||
print("Hello from cvth3pe!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user