make this super too

This commit is contained in:
askiiart 2025-01-14 18:14:47 -06:00
parent 23772846d3
commit 997ea19419
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -118,7 +118,7 @@ pub fn decode(text: String, base: u32, char_length: u32) -> String {
}
pub mod bytes {
use crate::anybase::alphabet;
use super::alphabet;
use crate::core;
/// Encodes from bytes into catspeak
///